From e09cf6ea4de9be594cf099e0010f9b9170e6f3a7 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 2 May 2004 16:00:08 +0000 Subject: [PATCH] (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'. --- src/syssignal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/syssignal.h b/src/syssignal.h index 2b536758e27..cef71f7459a 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -18,6 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +extern void init_signals P_ ((void)); + #ifdef POSIX_SIGNALS /* Don't #include . That header should always be #included @@ -31,7 +33,6 @@ Boston, MA 02111-1307, USA. */ #define SIGEMPTYMASK (empty_mask) #define SIGFULLMASK (full_mask) extern sigset_t empty_mask, full_mask; -extern void init_signals P_ ((void)); /* POSIX pretty much destroys any possibility of writing sigmask as a macro in standard C. We always define our own version because the -- 2.30.2